home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / dualhead / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  228 b   |  15 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. TARGETS = dualhead
  6.  
  7. LLDLIBS = -lXirisw -lXm -lXt -lX11 -lgl -lPW -lm -lmalloc
  8.  
  9. LCOPTS = -cckr -xansi -float -prototypes -O2
  10.  
  11. default all: $(TARGETS)
  12.  
  13. include $(COMMONRULES)
  14.  
  15.